Intersoft WebInput Documentation
How-to: Validate the entry text based on display format
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Validating Data > How-to: Validate the entry text based on display format

Glossary Item Box

In WebInput.NET V4.0, you can validate the entry text based on display format. The text will be validated and formatted when the value is changed or the control is lost focus.

In this topic, you will learn how to validate the inputted text based on the display format.

To validate the entry text based on display format

  1. Right click on WebInput control and choose WebInput.NET Designer.
  2. Expand Format and choose Display.
  3. Set IsEnabled to True in Misc section and set Format to "MM/dd/yyyy".

    Display


  4. Here is the result.

    Result


See Also